home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 146
/
(Vol 146) Jan 07 2012.iso
/
Games
/
sultan.swf
/
scripts
/
DefineButton2_9
/
BUTTONCONDACTION on(press, keyPress Left).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2012-01-07
|
336 b
|
20 lines
on(press, keyPress "<Left>"){
perrox = getProperty("/perro", _X);
if(perrox == "22" or perrox < "22")
{
stop();
}
else
{
gotoAndStop(2);
tellTarget("/botonright")
{
gotoAndStop(2);
}
tellTarget("/perro")
{
gotoAndPlay(143);
}
}
}